home *** CD-ROM | disk | FTP | other *** search
- object TrainFrm: TTrainFrm
- Left = 253
- Top = 299
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'VoiceNet VRS 98 - Train Voice Command'
- ClientHeight = 109
- ClientWidth = 369
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PleaseTxt: TLabel
- Left = 14
- Top = 17
- Width = 115
- Height = 24
- Caption = 'Please Say ->'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object Status: TLabel
- Left = 34
- Top = 52
- Width = 95
- Height = 16
- Caption = 'Training Pass ->'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object TrainingPass: TLabel
- Left = 136
- Top = 52
- Width = 32
- Height = 16
- Caption = '1 of 3'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object DisplayTxt: TEdit
- Left = 136
- Top = 13
- Width = 217
- Height = 32
- Cursor = crNo
- AutoSelect = False
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Text = 'DisplayTxt'
- Visible = False
- end
- object TrnCancelBtn: TButton
- Left = 125
- Top = 77
- Width = 119
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = TrnCancelBtnClick
- end
- end
-